Class symantec.itools.db.beans.brl.adapter.editors.DerivWizardController
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.brl.adapter.editors.DerivWizardController

Object
   |
   +----WizardController
           |
           +----symantec.itools.db.beans.brl.adapter.editors.DerivWizardController

public class DerivWizardController
extends WizardController

Variable Index

 o IDJH_DERIVAW_INPUTCOLUMNS
 o IDJH_DERIVAW_INTRO
 o IDJH_DERIVAW_OUTPUTINFO
 o IDJH_DERIVAW_RULECLASS
 o IDJH_DERIVAW_SUMMARY
 o beanCustomizer
 o colPage
 o endPage
 o introPage
 o miscPage
 o objFinder
 o rulePage
 o vcafeAttr

Constructor Index

 o symantec.itools.db.beans.brl.adapter.editors.DerivWizardController(Wizard)
Constructor
 o symantec.itools.db.beans.brl.adapter.editors.DerivWizardController(Wizard, DerivColBeanCustomizer)
constructor

Method Index

 o delegateFinishMethod()
delegate finish method to last page
 o fireCustomizerCancelEvent()
Method to fire Customizer Cancel event
 o fireCustomizerOKEvent()
Method to fire Customizer OK event
 o firstPanelIndex()
 o getAliasName()
Get Alias name
 o getBeanToBeCustomized()
get the bean to be customized
 o getBindingName()
Get the specified binding name
 o getDataTypeFromVisualObj(VisualObject)
 o getObjFinder()
Get the object finder
 o getOutputDataType()
Get the output data type
 o getOutputName()
Get the specified output column name
 o getRuleType()
get the rule type
 o getSelectedColumns()
Get selected columns from columns Page
 o getSelectedRule()
Get the selected rule
 o getSelectedRuleType()
Get the selected rule type
 o getVisualObjectForBean()
Get the visual object for the bean
 o help()
 o processAliasName(String)
Method to handle alias name
 o setWizardTitle(Component, String)
 o showSelectedColumns(CompColInputMember[])
show selected columns in columns Page

Variables

 o IDJH_DERIVAW_INPUTCOLUMNS
public static final int IDJH_DERIVAW_INPUTCOLUMNS
 o IDJH_DERIVAW_INTRO
public static final int IDJH_DERIVAW_INTRO
 o IDJH_DERIVAW_OUTPUTINFO
public static final int IDJH_DERIVAW_OUTPUTINFO
 o IDJH_DERIVAW_RULECLASS
public static final int IDJH_DERIVAW_RULECLASS
 o IDJH_DERIVAW_SUMMARY
public static final int IDJH_DERIVAW_SUMMARY
 o beanCustomizer
protected symantec.itools.db.beans.brl.adapter.editors.DerivColBeanCustomizer beanCustomizer
 o colPage
protected symantec.itools.db.beans.brl.adapter.editors.DerivColumnsPage colPage
 o endPage
protected symantec.itools.db.beans.brl.adapter.editors.DerivEndPage endPage
 o introPage
protected symantec.itools.db.beans.brl.adapter.editors.DerivIntroPage introPage
 o miscPage
protected symantec.itools.db.beans.brl.adapter.editors.DerivMiscInfoPage miscPage
 o objFinder
protected symantec.itools.db.beans.util.ObjectFinder objFinder
 o rulePage
protected symantec.itools.db.beans.brl.adapter.editors.DerivRulePage rulePage
 o vcafeAttr
protected com.symantec.itools.vcafe.openapi.Attributes vcafeAttr

Constructors

 o DerivWizardController
public DerivWizardController(Wizard w)
Constructor

 o DerivWizardController
public DerivWizardController(Wizard w,
                             DerivColBeanCustomizer obj)
constructor

Methods

 o delegateFinishMethod
public void delegateFinishMethod()
delegate finish method to last page

 o fireCustomizerCancelEvent
public void fireCustomizerCancelEvent()
Method to fire Customizer Cancel event

 o fireCustomizerOKEvent
public void fireCustomizerOKEvent()
Method to fire Customizer OK event

 o firstPanelIndex
protected int firstPanelIndex()

Overrides:
firstPanelIndex in class WizardController
 o getAliasName
public java.lang.String getAliasName()
Get Alias name

 o getBeanToBeCustomized
public symantec.itools.db.beans.brl.adapter.CalculationAdapter getBeanToBeCustomized()
get the bean to be customized

Returns:
CompColAdapterBean
 o getBindingName
public java.lang.String getBindingName()
Get the specified binding name

Returns:
String
 o getDataTypeFromVisualObj
public static int getDataTypeFromVisualObj(VisualObject vObj)
 o getObjFinder
public symantec.itools.db.beans.util.ObjectFinder getObjFinder()
Get the object finder

Returns:
ObjectFinder
 o getOutputDataType
public int getOutputDataType()
Get the output data type

Returns:
int
 o getOutputName
public java.lang.String getOutputName()
Get the specified output column name

Returns:
String
 o getRuleType
public int getRuleType()
get the rule type

Returns:
int
 o getSelectedColumns
public symantec.itools.db.beans.brl.CompColInputMember[] getSelectedColumns()
Get selected columns from columns Page

Returns:
String
 o getSelectedRule
public java.lang.Class getSelectedRule()
Get the selected rule

Returns:
Class
 o getSelectedRuleType
public int getSelectedRuleType()
Get the selected rule type

Returns:
int
 o getVisualObjectForBean
public com.symantec.itools.vcafe.openapi.VisualObject getVisualObjectForBean()
Get the visual object for the bean

Returns:
VisualObject
 o help
public void help()

Overrides:
help in class WizardController
 o processAliasName
public void processAliasName(String name)
Method to handle alias name

 o setWizardTitle
public void setWizardTitle(Component comp,
                           String title)
 o showSelectedColumns
public void showSelectedColumns(CompColInputMember[] cols)
show selected columns in columns Page

Parameters:
String - array

All Packages  Class Hierarchy  This Package  Previous  Next  Index